home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Serious Demos / XTension demo / Scripts / Front Door Motion.Off < prev    next >
Text File  |  1998-07-28  |  214b  |  10 lines

  1. -- front door motion going OFF
  2. -- did we miss the ON ??  
  3. --  This is a redundant  fail-safe...
  4.  
  5. if (status of "Front Door Motion") is false then
  6.     turnon "Foyer Chime"
  7.     write log "Motion at the front door"
  8. end if
  9.  
  10.